home *** CD-ROM | disk | FTP | other *** search
/ Game Programming in C++ - Start to Finish / GameProgrammingS.iso / developer_install / CEGUISDK-0.4.1-VC6-STLport.exe / {app} / datafiles / layouts / VanillaConsole.layout < prev    next >
Extensible Markup Language  |  2005-08-26  |  2KB  |  41 lines

  1. <?xml version="1.0" ?>
  2. <GUILayout>
  3.     <Window Type="Vanilla/FrameWindow" Name="Vanilla/Console">
  4.         <Property Name="AlwaysOnTop" Value="True" />
  5.         <Property Name="RelativeMinSize" Value="w:0.2 h:0.2" />
  6.         <Property Name="RelativeMaxSize" Value="w:0.8 h:0.8" />
  7.         <Property Name="Position" Value="x:0.05 y:0.05" />
  8.         <Property Name="Size" Value="w:0.5 h:0.45" />
  9.         <Property Name="Text" Value="Console" />
  10.         <Property Name="CloseButtonEnabled" Value="False" />
  11.  
  12.         <Window Type="Vanilla/Button" Name="Vanilla/Console/Submit">
  13.             <Property Name="ID" Value="1" />
  14.             <Property Name="VerticalAlignment" Value="Bottom" />
  15.             <Property Name="HorizontalAlignment" Value="Right" />
  16.             <Property Name="RelativeMaxSize" Value="w:1.0 h:1.0" />
  17.             <Property Name="UnifiedPosition" Value="{{0,-7},{0,-7}}" />
  18.             <Property Name="Size" Value="w:0.25 h:0.1" />
  19.             <Property Name="Text" Value="Submit" />
  20.         </Window>
  21.  
  22.         <Window Type="Vanilla/Editbox" Name="Vanilla/Console/Editbox">
  23.             <Property Name="ID" Value="2" />
  24.             <Property Name="VerticalAlignment" Value="Bottom" />
  25.             <Property Name="RelativeMaxSize" Value="w:1.0 h:1.0" />
  26.             <Property Name="UnifiedPosition" Value="{{0,7},{0,-7}}" />
  27.             <Property Name="UnifiedSize" Value="{{0.75,-21},{0.1,0}}" />
  28.             <Property Name="Text" Value="" />
  29.         </Window>
  30.  
  31.         <Window Type="Vanilla/MultiLineEditbox" Name="Vanilla/Console/History">
  32.             <Property Name="ID" Value="3" />
  33.             <Property Name="ReadOnly" Value="True" />
  34.             <Property Name="RelativeMaxSize" Value="w:1.0 h:1.0" />
  35.             <Property Name="Position" Value="x:0.02 y:0.1" />
  36.             <Property Name="Size" Value="w:0.96 h:0.75" />
  37.             <Property Name="Text" Value="CEGUI Demo Console - F12 toggles this window" />
  38.         </Window>
  39.     </Window>
  40. </GUILayout>
  41.